Presentation: Tweet"Perchance to Stream with Java 8"
The new lambda language features in Java SE 8 are catalysts for new APIs that would have previously been impractical or impossible. The Streams API, that enables bulk operations on collections and other aggregates, sequentially or in parallel, is one such example that is the centerpiece of the Java SE 8 libraries.
This session will, primarily via the IDE and java tooling, examine the Stream API, architecture and implementation in detail so that developers can learn how to use the API, get good performance and scalability, and apply the same design techniques to their own APIs.
Download slides